home *** CD-ROM | disk | FTP | other *** search
- import java.awt.Frame;
- import java.awt.event.WindowAdapter;
- import java.awt.event.WindowEvent;
-
- class Friends$EventWindow2 extends WindowAdapter {
- // $FF: synthetic field
- private final Friends this$Friends;
- // $FF: renamed from: fr java.awt.Frame
- Frame field_0;
-
- Friends$EventWindow2(Friends this$Friends, Frame f) {
- this.this$Friends = this$Friends;
- this.this$Friends = this$Friends;
- this.field_0 = f;
- }
-
- public void windowClosing(WindowEvent event) {
- this.field_0.dispose();
- }
- }
-